Members Property (AddressEntry Object) 

The Members property returns an AddressEntries8D27ZI collection that contains the members of a distribution list. Read-only.

Syntax

objAddressEntry.Members

Data Type

Object

Remarks

The Members property returns a collection of all the members of the AddressEntry object if it is a distribution list. You can browse the returned AddressEntries collection, and you can add and delete entries if you have change access.

If the AddressEntry object is not a distribution list, the Members property returns Nothing.